Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix phantom space after double quotes #842

Merged
merged 3 commits into from
Jun 24, 2024

Conversation

codokie
Copy link
Contributor

@codokie codokie commented Jun 4, 2024

When typing a closing double quote " and not composing a word, a phantom space should not be applied to the typed text.
Moreover, it should be applied only if the "auto space after punctuation" setting is enabled since a double quote is a punctuation.
fixes #840

codokie and others added 3 commits June 4, 2024 16:28
otherwise after `"hello"` there is no phantom space state when `hello` is a manually picked suggestion.

also adjust formatting a little bit
@Helium314 Helium314 merged commit fc0d274 into Helium314:main Jun 24, 2024
1 check passed
@codokie codokie deleted the phantom-quote branch July 14, 2024 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Space is inserted when typing two consecutive double quotes
2 participants